$(document).ready(function(){$(".main-wrapper").off("click.rteDTMClick",".comp-rich-text a").on("click.rteDTMClick",".comp-rich-text a",function(){var b=$(this).text(),c=$(this).attr("id")?$(this).attr("id"):"",d=$(this).attr("href");var a=$(this).closest("section");$(this).closest(".productcomp-single-shelf").length?a=$(this).closest(".productcomp-single-shelf"):$(this).closest(".productcomp-multiple-shelf").length&&(a=$(this).closest(".productcomp-multiple-shelf"));a=$.trim(a.find(".title-comp, .text-comp").eq(0).text()); a=""!==a?" - "+a:a;a=$(this).closest("[data-shelf-name]").attr("data-shelf-name")+a;try{globalUtil.triggerDtmScript("link","In Text Product Link",b,a,c,d)}catch(e){}})});